home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / utility / utilmisc / configfl.rdm < prev    next >
Text File  |  1997-01-18  |  2KB  |  105 lines

  1. Short:    Library to easy handle of cfg files
  2. Author:   MKS@AG-Trek.Allgaeu.org (Marcel Karas)
  3. Uploader: MKS@AG-Trek.Allgaeu.org (Marcel Karas)
  4. Type:     util/libs
  5.  
  6. TITLE
  7.  
  8.    ConfigFile.library
  9.  
  10. VERSION
  11.  
  12.    Release 1.0 (1.0)
  13.  
  14. REQUIREMENTS
  15.  
  16.    Kickstart 2.0 or higher
  17.  
  18. DESCRIPTION
  19.  
  20.    English:
  21.  
  22.    This archive contains ConfigFile.library, a system  to  make  accessing
  23.    config  files particularly easy. The construction of the files are like
  24.    the from MS-Windows only with some extensions. The user can easy change
  25.    the contents of a file with a editor. The programm that needs the files
  26.    can easy use the ConfigFile.library to handle.
  27.  
  28.    A example of a Config file:
  29.  
  30.    CFFT
  31.  
  32.    [House]
  33.  
  34.    Size=1245
  35.    Name="The White House"
  36.    Position=123,678,$DFe34,%10111
  37.    Cellar=YES
  38.  
  39.    [HouseII]
  40.  
  41.    Deutsch:
  42.  
  43.    Dieses Archiv  enthält  die  ConfigFile.library,  ein  System  das  den
  44.    zugriff  auf  Konfig  Datein  besonders  einfach  macht. Der Aufbau der
  45.    Datein ähneln den von MS-Windows nur  mit  einigen  Erweiterungen.  Der
  46.    Benutzer  kann den Inhalt der Datei einfach mit einem Editor verändern.
  47.    Das  Programm  das  diese  Datein  benötigt  kann  die  Handhabung  der
  48.    ConfigFile.library überlassen.
  49.  
  50.    Ein Beispiel einer Konfig Datei:
  51.  
  52.    CFFT
  53.  
  54.    [Haus]
  55.  
  56.    Groesse=1245
  57.    Name="Das Weisse Haus"
  58.    Position=123,678,$DFe34,%10111
  59.    Keller=YES
  60.  
  61.    [HausII]
  62.  
  63. FEATURES
  64.  
  65.    - Small Library
  66.  
  67.    - Needs not many memory
  68.  
  69.    - Fast on a 68000 processor
  70.  
  71.    - Easy API for programmer
  72.  
  73. AUTHOR
  74.  
  75.    Email:
  76.    
  77.    MKS@AG-Trek.Allgaeu.org
  78.  
  79.    FidoNet:
  80.  
  81.    Marcel Karas@2:2487/2982.39
  82.  
  83.    Snail-Mail:
  84.  
  85.    Marcel Karas
  86.    Str. d. Chemiearbeiter 47
  87.    06766 Wolfen Nord
  88.    Germany 
  89.  
  90. SUPPORT BBS
  91.  
  92.    AG-Trek ( SYSOP: Andreas Kerber )
  93.  
  94.    +49(0)8386 -   7862 (28,8Bps)
  95.    +49(0)8386 - 961150 (14,4Bps)
  96.    +49(0)8386 - 961151 (ISDN/V.34)
  97.    +49(0)8386 - 961152 (ISDN)
  98.  
  99. DISTRIBUTABILITY 
  100.  
  101.    The archive and its contents are freely distributable.   
  102.    See documentation for details.    
  103.   
  104.    The package is (c) 1996 Marcel Karas
  105.